-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
quotas: refactor/expand tests #5688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Generated by 🚫 danger |
was hoping to flush out a bug here, no success |
f19c50a
to
bf95d94
Compare
protocol='6', | ||
)) | ||
|
||
# 1 per hour |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talked about this Friday, but this needs be the first thing to happen in this test
self.enforce = enforce | ||
|
||
def __eq__(self, other): | ||
return isinstance(other, BasicQuota) and hash(self) == hash(other) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically should match the attributes here and not the hashes
) | ||
|
||
def __init__(self, **options): | ||
pass | ||
|
||
def get_actionable_quotas(self, project, key=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Is this something we're still interested in pursuing or can it be closed because it can no longer be merged? |
No description provided.